From 30a256d434f5cab7feeef16836fbf1e00ad5f83b Mon Sep 17 00:00:00 2001
From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com>
Date: Thu, 31 Aug 2023 10:20:51 +0100
Subject: Adds RSS button
---
src/pages/[locale]/index.astro | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'src/pages/[locale]')
diff --git a/src/pages/[locale]/index.astro b/src/pages/[locale]/index.astro
index 39db161..f031e8e 100644
--- a/src/pages/[locale]/index.astro
+++ b/src/pages/[locale]/index.astro
@@ -27,7 +27,7 @@ const mostRecentNewsItem = await getMostRecentNewsItem(locale);
{
mostRecentNewsItem && (
-